home *** CD-ROM | disk | FTP | other *** search
- /* (C) Copyright Microsoft Corp. 1991. All rights reserved.
- *
- * You have a royalty-free right to use, modify, reproduce and
- * distribute the Sample Files (and/or any modified version) in
- * any way you find useful, provided that you agree that
- * Microsoft has no warranty obligations or liability for any
- * Sample Application Files which are modified.
- */
-
-
- /** testkeyb.h **/
-
- #ifndef _TESTKEYB_H_
- #define _TESTKEYB_H_
-
-
- /** include midiKeyB stuff **/
- #include "midikeyb.h" /* include windows.h first */
-
-
- /* misc. defines */
- #define IDM_TEST_DEFAULTKEYB 100
- #define IDM_TEST_LOWHALFKEYB 101
- #define IDM_TEST_HIGHHALFKEYB 102
- #define IDM_TEST_GIANTKEYB 103
- #define IDM_TEST_LABELKEYS 104
- #define IDM_TEST_HIDEOUSCOLORS 105
- #define IDM_TEST_ALLNOTESOFF 106
- #define IDM_TEST_CONFIGURE 107
- #define IDM_TEST_EXIT 109
-
- #define IDM_HELP_ABOUT 190
-
-
- /* for the test keyboard control--control id */
- #define IDD_MIDIKEYB 200
-
-
- /* for the config dlg box */
- #define IDD_CFG_DEVICE 100
- #define IDD_CFG_CHANNEL 101
- #define IDD_CFG_PATCH 102
- #define IDD_CFG_VOLUME 103
- #define IDD_CFG_VOLTEXT 104
-
-
- /* more misc. defines */
- #define TKEYB_WINDOW_WIDTH 600
- #define TKEYB_WINDOW_HEIGHT 200
-
-
- #endif
-
- /** EOF: testkeyb.h **/
-
-
-